[SOLARIS] Some makefile fragments expect a better shell than Solaris's /bin/sh,
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 17 Oct 2006 16:19:31 +0000 (17:19 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 17 Oct 2006 16:19:31 +0000 (17:19 +0100)
so force bash usage.

Signed-off-by: John Levon <john.levon@sun.com>
config/SunOS.mk

index c1dd31058711e1d17f643d74351b30f2f70f8a2f..e3091383425898ab54972733cbe398dd6b1a20a6 100644 (file)
@@ -12,6 +12,7 @@ OBJCOPY    = $(CROSS_COMPILE)gobjcopy
 OBJDUMP    = $(CROSS_COMPILE)gobjdump
 
 GREP       = ggrep
+SHELL      = bash
 
 INSTALL      = ginstall
 INSTALL_DIR  = $(INSTALL) -d -m0755